Closed
Bug 1797494
Opened 3 years ago
Closed 3 years ago
Opt Firefox Desktop into Glean's 10^6-item preinit queue
Categories
(Toolkit :: Telemetry, task, P1)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
108 Branch
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: chutten, Assigned: chutten)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
With Glean v51.7.0 we have the choice between a 10^3-item and 10^6-item preinit queue. Firefox Desktop needs the latter.
(For the record, Jan-Erik tells me each item (a Task) is no larger than 20B, so this is at most a 20MB bet that Glean will be init at some point during a Firefox run).
This bug is to
- Enable the cargo feature
preinit_million_queue
on the Glean SDK for Firefox Desktop - Ensure that this decision does not speak for Firefox for Android, which can make its own decisions.
Validation of this behaviour in the wild is expected to happen in bug 1780035
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by chutten@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/991be52a7082
Opt Firefox Desktop into Glean's 10^6 preinit queue r=janerik
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox108:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•